Description: Assign result of computing an expression on a variable to this variable. Syntax: a?=x Note: A variable valcomputation, assignment
Description: Assign the result of an expression to a variable and return this result. Syntax: a=x Note: Assign the resulresult, assignment